home *** CD-ROM | disk | FTP | other *** search
/ Beano - Dennis the Menace Cardz / Beano Cardz: Dennis the Menace.iso / pc / swfs / cartfinal.swf / scripts / DefineButton2_180 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-03-06  |  138 b   |  8 lines

  1. on(rollOver){
  2.    setProperty("/background/walter", _visible, "0");
  3.    tellTarget("/walter jump")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.